x86: silence false log messages for plain "xpti" / "pv-l1tf"
authorJan Beulich <jbeulich@suse.com>
Fri, 28 Sep 2018 15:12:14 +0000 (17:12 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 28 Sep 2018 15:12:14 +0000 (17:12 +0200)
commit2fb57e4beefeda923446b73f88b392e59b07d847
tree75f12d5cc24269cc10a1ead2826a97bca1aadf87
parentc62c53d61477dfeb63a47b0673c389082112babc
x86: silence false log messages for plain "xpti" / "pv-l1tf"

While commit 2a3b34ec47 ("x86/spec-ctrl: Yet more fixes for xpti=
parsing")  claimed to have got rid of the 'parameter "xpti" has invalid
value "", rc=-22!' log message for "xpti" alone on the command line,
this wasn't the case (the option took effect nevertheless).

Fix this there as well as for plain "pv-l1tf".

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/spec_ctrl.c